public static DataTable GetBuyerInfo(int argFlatId, string argType, bool argPayType) { return(FlatDetailsDL.GetBuyerInfo(argFlatId, argType, argPayType)); }