public GoalCEN(IGoalCAD _IGoalCAD) { this._IGoalCAD = _IGoalCAD; }
public GoalCEN() { this._IGoalCAD = new GoalCAD(); }