public ActionResult <StudentModel> Get(int id) { JsonResult json = new JsonResult(_student.FindStudentById(id)); return(json); }