public bool UpdateDisk(Disk disk)
 {
     return(db.UpdateDisk(disk));
 }