public void SetSelectedTransactionInstance(int id)
 {
     SelectedTransactionInstance = TransactionInstances.First(x => x.Instance.Id == id);
 }