public IEnumerable <SaZona> GetZonas(string Emp)
 {
     return(metodo.GetAllZonas(Emp));
 }