public ActionResult RemoveGroup(int id, bool myGroups)
 {
     _teacherService.DeleteGroup(id);
     return(RedirectToAction("Groups", myGroups));
 }