public int GetCustomerId() { EfData ef = new EfData(); return(ef.ConvertNameToCustomerID(CustomerName)); }