public ReportMenuController(IReportGroupService reportGroupService, IReportGroupItemService reportGroupItemService)
 {
     _reportGroupService = reportGroupService;
     _reportGroupItemService = reportGroupItemService;
 }
 public ReportGroupController(IReportGroupService reportGroupService, IClientService clientService)
 {
     _reportGroupService = reportGroupService;
     _clientService = clientService;
 }