public async Task <Result> DeleteWorkProjectAsync([FromRoute] Guid workId)
 {
     return(GetResult(await _workService.DeleteWorkAsync(workId)));
 }