public IActionResult Get()
 {
     return(new OkObjectResult(_customers.GetAllCustomers()));
 }