public void DeleteUserTest()
 {
     UserManager target = new UserManager(); // TODO: Initialize to an appropriate value
     Users objUser = null; // TODO: Initialize to an appropriate value
     target.DeleteUser(objUser);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }