public function uploadHistory()
 {
     return View::make('Operations.uploadHistory')->with('uploads', UploadHistory::all());
 }