public void RemoveTags(int ID)
 {
     dao.RemoveTags(ID);
 }