private static AreaOfPractise  ConvertAOP(Area_of_Law AOP)
 {
     return(AOP.toAOPEntity());
 }
 public static AreaOfPractise toAOPEntity(this Area_of_Law AOP)
 {
     return(Mapper.Map <Area_of_Law, AreaOfPractise>(AOP));
 }