public RuleController()
 {
     this.ruleService = new RuleService();
     this.toolBoxService = new ToolBoxService();
     this.catService = new CutterAdapterTypeService();
 }
 public CutterAdapterTypeController()
 {
     this.catService = new CutterAdapterTypeService();
 }