public void ClearBusiness() { this.currentBusiness = null; }
public void SetBusiness(Business business) { this.currentBusiness = business; }