private void StoreSystemNote(bool send)
 {
     _discoveryForm.StoreSystemNote(notedisplayedhe, richTextBoxNote.Text.Trim(), send);
 }