public BaseResponse <bool> Delete(Guid id)
 {
     return(_boardUserService.Delete(id));
 }