public List <PaymentInformation> BindPaymentDetails(int FlatId) { return(db.BindPaymentDetails(FlatId)); }