public PoemRepository()
 {
     Context = new PoemContext();
 }
 public PoemRepository(PoemContext _context)
 {
     Context = _context;
 }