public LoginModel() { Student = new StudentLoginModel(); Teacher = new TeacherLoginModel(); LoginType = AuthenticationRole.Teacher; }