public IActionResult Create(SubjectModel studentModel) { studentModel.Create(); return(View(studentModel)); }