public List <Transaction> GetContents(IFormat type, HttpPostedFile file_, string bank)
 {
     return(type.GetContents(file_, bank));
 }