public StocksFilterRepository()
 {
     db = new Models.medicalEntities();
 }
 public SalesEntryRepository()
 {
     db = new medicalEntities();
 }