public ActionResult DeleteAll()
 {
     Baby.ClearAll();
     return(View());
 }