public ProductRequestService(Ienablemuch.ToTheEfnhX.IRepository <TheEntities.Poco.Product> x)
 {
     Repository = x;
 }
 public CustomerRequestService(Ienablemuch.ToTheEfnhX.IRepository <Customer> x)
 {
     Repository = x;
 }