// update Individual public bool updateDAOIndividual(Individual ind) { db = new DatabaseAccess(); db.DAOupdateIndividual(ind); return true; }