public Guid GetCustomerTypeByName(string customerTypeName)
 {
     return(_customerTypeRepository.GetCustomerTypeByName(customerTypeName));
 }