/// <summary> /// Returns whether the action can be executed. /// </summary> /// <returns> /// A boolean representing whether the action can be executed. /// </returns> public bool CanExecute() { return(_item.CanAdd()); }