public TeacherViewModel Get(int id) { try { return(_teacher.GetTeacherbyId(id)); } catch (Exception) { throw; } }