public void CheckIfDptExistsTest() { var repo = new DepartmentRepository(); var exists = repo.CheckIfDptExists("IT"); Assert.IsTrue(exists); }