public Disk GetDisk(int idDisk)
 {
     return(db.GetDisk(idDisk));
 }