public bool CreateBusiness(Business business) { bool result = paperDAL.CreateBusiness(business); return(result); }