public List <Category> Category()
 {
     return(shopRepository.Category());
 }