@Override
 public Estados getEstado(String situacion) throws ParseException {
   return mEstadosDAO.getEstado(situacion);
 }