static public OleDbCommand AddTeacher(TeacherModel teacherModel)
 {
     return(CreateOleDbCommand(teacherModel, queryTeachersPost));
 }