] create a List of Users on the addUserModal.ejs
[ ] create a 'trash" button to Remove the User next to each name. This should be modeled after the profile project list on the addUserModal.ejs
[ ] Update name of the 'Add a User' button to.. 'Update User List' projectTemplate/ejs
[ ] add function that uses socket.io to remove the user from the DB and sends the user a notification that they have been removed when the button is clicked. This should also verify that you want to remove the user.