public DataTable GetAllForms() { return(this.dbManager.Execute(conn => DalPower.GetAllForms(conn))); }