public SidesController(SideService context) { _context = context; }
public SidesController(SideService ss) { _ss = ss; }
public SidesController(SideService service, ComboService cs) { _service = service; _comboService = cs; }