// GET: api/Customers
 public IEnumerable <ICustomer> Get()
 {
     return(context.GetAll());
 }