public bool Delete(int idDisk)
 {
     return(db.DeleteDisk(idDisk));
 }