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