public RightManagerDS.RightsDataTable GetRightsByRigthCategory(Guid systemID, int category, string systemKey)
 {
     checkUrl();
     return(service.GetRightsByRigthCategory(systemID, category, systemKey));
 }