public void DeleteState(int Id, String moifiedBy, DateTime modifieddate)
 {
     locationdal.DeleteState(Id, moifiedBy, modifieddate);
 }