public IActionResult ModifyStudent(string id, string name, string surname)
 {
     return(Ok(_context.ModifyStudent(id, name, surname)));
 }