// GET: api/Customer
 public List <common.DetailsOfCustomer> Get()
 {
     return(ManagmentOfCustomer.GetCustomers());
 }