Utils.GetSession().Query<Personnel>().Where(x => x.IsOnline).Count();
Personnel inherit from SecuritySystemUser