public function findOneByIdAction($id)
 {
     return ProductsService::findOneById($id);
 }