public async Task <IActionResult> Get(int id)
 {
     return(Ok(await _customerTypesService.GetCustomerType(id)));
 }