public DataSet GetSystemOperations()
 {
     
     using (PersistentManager persistentManager = new PersistentManager())
     {
         SysGroupDao groupDal = new SysGroupDao();
         return groupDal.FindSystemOperation();
     }
 }