public void Remove_ElementsException_WhenDataBaseIsNull()
 {
     Assert.Throws <InvalidOperationException>(() => dataBase.Remove());
 }