public IEnumerable <ParentViewModel> GetAllParentsFromSchool(string schoolId)
 {
     return(ParentService.GetAllParentsFromSchool(schoolId));
 }