public ResultObject InsertDvdDisk(int itemId, string isoPath)
 {
     return(VirtualizationServerController.InsertDvdDisk(itemId, isoPath));
 }