public void CheckIfDisasterNameExists() { DisasterCtrB disCtr = new DisasterCtrB(); Assert.AreEqual(true, disCtr.CheckNameIfExists("Amazon fire")); }