public CommandResult <int> GetDrawCount(LoadDrawCountParameter LoadDrawCountParameter)
 {
     return(new LoadDrawCountCommand().Execute(LoadDrawCountParameter));
 }
 public CommandResult <int> AddDrawCountCommand(LoadDrawCountParameter AddDrawCountParameter)
 {
     return(new LoadDrawCountCommand().Execute(AddDrawCountParameter));
 }