public IActionResult GetCustomer()
 {
     return(Ok(_repository.GetCustomers()));
 }