public bool CanActionExecute(string actionName)
 {
     return(ActionCatalog.CanExecute(actionName, WorkItem, this, null));
 }