public IEnumerable <CustomerType> GetAll()
 {
     return(_CustomerTypeService.ListAllCustomerTypes());
 }