public ActionResult <IEnumerable <StudentModel> > Get() { JsonResult json = new JsonResult(_student.FindAllStudents()); return(json); }