public IEnumerable <SaSegmento> GetSegmentos(string Emp)
 {
     return(metodo.GetAllSegmentos(Emp));
 }