public void FindAllTestNotNull()
        {
            // Act
            int result = notificationTypeRepository.FindAll().Count();

            // Assert
            Assert.IsTrue(result >= 0, "Unable to find all properly");
        }