public IHttpActionResult GetSemana()
 {
     return(Ok(_appService.GetSemana()));
 }