public ProductQuantity GetProductQuantityByID(int id)
 {
     return(_productQuantityRepository.GetById(id));
 }