public bool AddCompany(string f1, string f2, string f3, string f4, string f5, DateTime f6) { return(OperationBiz.AddCompany(f1, f2, f3, f4, f5, f6)); }