private void RemoveItem()
 {
     ItemsDatabase.RemoveSelectedItem(currentSelectedItem);
 }