public IHttpActionResult DeleteComanda([FromUri] int id)
 {
     return(Ok(comandaService.delete(id)));
 }