public IEnumerable <Depreciacion> GetDepreciacionByActivo(int activo) { IRepositoryDepreciacion repository = new RepositoryDepreciacion(); return(repository.GetDepreciacionByActivo(activo)); }