public ActionResult Delete(int id)
 {
     _song.DeleteSong(id);
     return(Ok());
 }