public GaleryController(IPaintingRepo repo)
 {
     this.repo = repo;
 }
 public HomeController(IPaintingRepo repo)
 {
     this.repo = repo;
 }