public string acceptRequest(int id)
 {
     return(database.AcceptRequest(id));
 }