private bool onShowAllTemplates(ClothingDesignerUIEvents.ShowAllTemplates evt)
 {
     currentInventoryCategory = "";
     return(false);
 }
 private bool onShowAllTemplates(ClothingDesignerUIEvents.ShowAllTemplates evt)
 {
     currentCategory = CategoryType.All;
     model.SetDisplayedInventoryToAll(!isInEditMode);
     return(false);
 }
 private bool onShowAllTemplates(ClothingDesignerUIEvents.ShowAllTemplates evt)
 {
     updateDisplayedTemplatesToAll();
     refreshList();
     return(false);
 }