protected function getProductViewURI(ReleephProject $product)
 {
     return $this->getApplicationURI('project/' . $product->getID() . '/');
 }