// [Route("/api/Customers/GetByName")]
 public Customers GetByName(string uname)
 {
     return(customerBL.CustomerByName(uname));
 }