public IEnumerable <ProductType> GeProductTypes()
 {
     return(_productTypeRepository.GeProductTypes());
 }