public bool Add(Model_TestPaper_FrameToTestpaper model)
 {
     return(this.dal.Add(model));
 }
 public bool Update(Model_TestPaper_FrameToTestpaper model)
 {
     return(this.dal.Update(model));
 }