public IEnumerable <SaCuentaIngEgr> GetCuentasIngresoEgreso(string Emp)
 {
     return(metodo.GetAllCtaIngrEgre(Emp));
 }