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