public Stroke CreateStroke(Stroke stroke)
 {
     return(_strokeDataService.Create(stroke));
 }