public static void DeletePaciente(string id)
 {
     _repository.DeleteOneById(Int32.Parse(id));
 }