public Boolean ActiveImage([FromForm] GetId form)
 {
     return(_service.ActiveImage(form.Id));
 }