public RepositorioDeEmprestimo(EmprestimoContext context)
 {
     _context = context;
 }
 public RepositorioDeAmigos(EmprestimoContext context)
 {
     _context = context;
 }