My ViewModel
public Nullable<System.Guid> CustomerID { get; set; } public string CustomerName { get; set; } public Nullable<System.Guid> CustomerContactID { get; set; } public string ContactPerson { get; set; }