public MainRepository()
 {
     _context = new MainDBContext();
 }
 public DocumentRepository()
 {
     _context = new MainDBContext();
 }