public void AddWidget([FromBody] Widget widget)
 {
     _dashboardRepository.AddWidget(widget);
 }