public Credits Get(int id) { return(repository.Get(id)); }
public Credit GetById(int id) { return(_creditRepo.Get(id)); }