public OperationResultValue <ServiceDataContracts.UserFunc> GetUserFunc(long userFuncId)
 {
     return(userGroupService.GetUserFunc(userFuncId));
 }