public bool AddStore(Store store)
 {
     //I have to add someValidation
     return(dL.AddStore(store));
 }