public Stroke Update(Stroke Stroke)
 {
     return(_strokeDataService.Update(Stroke));
 }