public void All_Not_Null()
        {
            PropertyController controller = new PropertyController(propertyService, tenantService);

            ViewResult result = controller.All() as ViewResult;

            Assert.That(result, Is.Not.Null);
        }