public object CalcMirrorPnts(CalcMirrorPointsModel input)
 {
     return(_speakerService.CalcMirrorPnts(input));
 }