public void DeleteSelected()
 {
     excersiseManager.DeleteExcersise(selectedItem.excercise);
     OnDeselect();
     listManager.DisplayItems();
 }