public IEnumerable <CustomerType> GetCustomerTypeList()
 {
     return(_customerTypeRepository.GetCustomerTypeList());
 }