public List <Util.Result> UpdateLinksPremission(string Info) { return(SqlHelpers.GetObjects <Util.Result>(Util.Env, CommandFactory.UpdateLinksPremission(Info), CommonObjectFactory.resultItemFactory)); }