public Loader(IBusinessObject businessObject) { _businessObject = businessObject; if (_businessObject != null) { _businessObject.BeginLoad(); } }