public async Task <JsonResult> GetAllTaskType(bool includeDeleted = false)
 => await JsonAsync(_taskTypeService.GetAllTaskTypeAsync(includeDeleted));