public int InsertNewPatient(string[] parameters) { IPatient patient = DALFactory.CreatePatient(); return(patient.Insert((object[])parameters)); }