public function getByIdUser($id)
{
$zakaz = new Zakaz();
$notification->id_user = $id;
$notification->name = 'Доставка '.$model->description;
$notification->id_zakaz = $zakaz->id_zakaz;
}
$notification->byIdUser(7);
$notification->byIdUser(7);