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