public static bool AddEditDeleteAttorney(List <ATTAttorney> attorneyLST)
 {
     try
     {
         return(DLLAttorney.AddEditDeleteAttorney(attorneyLST));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }