public string GetCustomerTypeByGuid(Guid customerTypeGuid)
 {
     return(_customerTypeRepository.GetCustomerTypeByGuid(customerTypeGuid));
 }