public RMDRepositoryManager(RMDContext context)
 {
     _context = context;
 }
 public RMDRepositoryManager()
 {
     _context = new RMDContext();
 }