public ManagePageViewModel(H2WtechEntities db)
 {
     this.db = db;
 }
 public ManageCategoryViewModel(H2WtechEntities db)
 {
     this.db = db;
 }