public void LocationsTest()
 {
     UserManager target = new UserManager(); // TODO: Initialize to an appropriate value
     Locations locaton = null; // TODO: Initialize to an appropriate value
     IList<Locations> expected = null; // TODO: Initialize to an appropriate value
     IList<Locations> actual;
     actual = target.Locations(locaton);
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }