public static bool AddBillNotice(BillNotice billNotice) { return(bankService.AddBillNotice(billNotice)); }