public WorkGroupController()
 {
     _engineService         = new WorkGroupService();
     FormConstructProvider  = new WorkGroupConstructs();
     TableConstructProvider = new WorkGroupConstructs();
 }
 public WorkGroupApiController()
 {
     _engineService = new WorkGroupService();
 }