public ActionResult <GroupModel> Get(int id) { JsonResult json = new JsonResult(_groups.FinGroupById(id)); return(json); }