public ActionResult DeleteDisk(int id)
 {
     _templatesService.DeleteDisk(id);
     return(Json(new { success = true }));
 }