public DodoController(DodoRepository repo)
 {
     _IRepo = repo;
 }
 public AdminController(DodoRepository repo)
 {
     _IRepo = repo;
 }