public IHttpActionResult GetComandaList()
 {
     return(Ok(comandaService.GetComandaList()));
 }