public List <Feedback> CheckStatus(string id)
 {
     return(studentGateway.CheckStatus(id));
 }