public ActionResult <IEnumerable <GroupModel> > Get() { JsonResult json = new JsonResult(_groups.FindAllGroups()); return(json); }