// GET: api/MoveFilesPrint/5
 public string Get(string id)
 {
     FaxRepository faxData = new FaxRepository();
     return faxData.MoveResendFileToView(id);
 }