public System.Threading.Tasks.Task <GUI.PhotoService.PhotoModel[]> GetByFilterAsync(GUI.PhotoService.PhotoFilter filter)
 {
     return(base.Channel.GetByFilterAsync(filter));
 }
 public GUI.PhotoService.PhotoModel[] GetByFilter(GUI.PhotoService.PhotoFilter filter)
 {
     return(base.Channel.GetByFilter(filter));
 }