public ActionResult <List <WorkshopModel> > getWorkShops()
 {
     return(_workshopService.getWorkshops());
 }