public static Boolean Excluir(String pID)
 {
     return(ApartamentoDAO.Excluir(pID));
 }