public System.Threading.Tasks.Task <StudentsManagementSystem.StudentsManagementService.Student[]> ReadStudentAsync(StudentsManagementSystem.StudentsManagementService.StudentListQuery query)
 {
     return(base.Channel.ReadStudentAsync(query));
 }
 public StudentsManagementSystem.StudentsManagementService.Student[] ReadStudent(StudentsManagementSystem.StudentsManagementService.StudentListQuery query)
 {
     return(base.Channel.ReadStudent(query));
 }