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