public Catalog GetByID(Catalog catalog)
 {
     return(_catalogRepository.GetByID(catalog));
 }