public static TeacherExam ToEntity(this TeacherExamModel model, TeacherExam destination)
 {
     return(model.MapTo(destination));
 }
 public static TeacherExam ToEntity(this TeacherExamModel model)
 {
     return(model.MapTo <TeacherExamModel, TeacherExam>());
 }