public ModelLogic() { this.dal = new ModelDal(); }
public ModelManager() { _modelDal = new ModelDal(); }