public void DeleteApplication(int userId, string token, int id)
 {
     client.DeleteApplication(application_Id, userId, token, id);
 }