public IHttpActionResult GetParentsForStudents()
 {
     return(Ok(service.GetParentsForStudents()));
 }