public bool updatePubEmp(string code, string name) { bool Bool = dalAccount.updatePubEmp(code, name); return(Bool); }