public void AddStudent([FromBody] Student student)
 {
     schoolService.AddStudent(student);
 }