public TEntityDto Add([FromBody] TEntityAddDto dto)
 {
     return(appService.Add(dto));
 }