private ISdmxObjects GetCatObjects()
 {
     try
     {
         WSModel wsModel = new WSModel();
         return wsModel.GetAllCategorisation(false);
     }
     catch (Exception ex)
     {
         return null;
     }
 }