how can I add module in C#.net so that i can declare my code just like in VB like these;

Code:
Public Sub ShowAllRecords()

End Sub
Code:
Public Function GetCustomerName(ByVal CustomerID as Integer) As String

End Function