namespace MedicalView.Patients { public partial class FormPatient : Form { public FormPatient() { InitializeComponent(); } } }