public List <Branch> GetListByCompanyCode(string CompanyCode) { return(branchDAL.GetListByCompanyCode(CompanyCode)); }