public BaseRepository(WebContextDb webcontext)
 {
     db = webcontext;
 }
 public BaseRepository()
 {
     db = new WebContextDb();
 }