public SupplierQueryController()
 {
     service = new Service(new Repository(Db));
 }