public IHttpActionResult DELETE(int id) { _adapter.DeleteAllPictures(id); _adapter.DeleteAllComments(id); _adapter.DeleteBike(id); return(Ok()); }