/// <summary>
 /// This Function is used to get Details of the Department Designation from Database.
 /// </summary>
 public static DepartmentDesignation GetDetails(int id)
 {
     return(DepartmentDesignationDA.GetDetails(id));
 }