public void OpenFile(string filePath)
 {
     dataFilePath = filePath;
     data.ReadFromFile(filePath);
     UpdateItemsBox();
 }