// METHOD USED public List <Person> GetBusinessCardsByCompanyID(int CompanyID) { return(PersonDAL.GetBusinessCardsByCompanyID(CompanyID)); }