public List <Ciudad> ObtenerTodosCiudad(int estado) { CiudadDatos datos = new CiudadDatos(); return(datos.SeleccionarTodosCiudad(estado)); }