public List <UspMunicipiosPorProvincia_Result> GetMunicipiosPorProvincia(int idProvincia)
 {
     return(dbContext.UspMunicipiosPorProvincia(idProvincia).ToList());
 }