static void OpenRBFLibClick(object sender, EventArgs e)
 {
     RBFLibrary.ShowLibraryForm();
 }
 private void BtnOpenLibraryClick(object sender, EventArgs e)
 {
     RBFLibrary.ShowLibraryForm();
 }