public async Task <CustomerTypes> GetCustomerType(int id)
 {
     return(await _customerTypesRepository.GetCustomerType(id));
 }