public ActionResult <IEnumerable <Disk> > Get()
 {
     return(Ok(_diskRepository.GetAll()));
 }