public ActionResult CancellaVideoReparto(decimal IDVIDEOREPARTO)
        {
            VideoBLL bll = new VideoBLL();

            bll.CancellaVideoReparto(IDVIDEOREPARTO);

            return(null);
        }