public RightManagerDS.ResourcesDataTable GetResourcesBySystemIDCat1(Guid systemID, int cat1, string systemKey)
 {
     checkUrl();
     return(service.GetResourcesBySystemIDCat1(systemID, cat1, systemKey));
 }