public ProductController(IPanelRepo repo)
 {
     _repo = repo;
 }